golang.org/x/net/http2.ClientConn.werr (field)
7 uses
golang.org/x/net/http2 (current package)
transport.go#L388: werr error // first write error that has occurred
transport.go#L814: err: &cc.werr,
transport.go#L852: if cc.werr != nil {
transport.go#L854: return nil, cc.werr
transport.go#L1686: werr := cc.werr
transport.go#L1726: for len(hdrs) > 0 && cc.werr == nil {
transport.go#L1746: return cc.werr
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)